@tts_openapi_devmcp/tts-openapi-dev-mcp-test-newknowledge
v0.1.5
Published
TTS OpenAPI Dev MCP Server (with seller_academy knowledge base) - cross-platform Go binary wrapper for Model Context Protocol
Maintainers
Readme
TTS OpenAPI Dev MCP Server (with Seller Academy Knowledge)
Experimental variant of @tts_openapi_devmcp/tts-openapi-dev-mcp-test that bundles
the TikTok Shop Seller Center (Seller Academy) knowledge base in addition to the
TTSPC developer documentation and OpenAPI specs.
This package is published independently from the base package; the two can be installed side by side without conflict.
Installation
npx @tts_openapi_devmcp/tts-openapi-dev-mcp-test-newknowledge@latestConfiguration for Trae/Cursor
{
"mcpServers": {
"tts-openapi-dev-mcp-test-newknowledge": {
"command": "npx",
"args": [
"-y",
"@tts_openapi_devmcp/tts-openapi-dev-mcp-test-newknowledge@latest"
]
}
}
}What's different from the base package
The bundled knowledge base includes:
- TTSPC developer documentation (same as base package)
- OpenAPI JSON specs (same as base package)
- Seller Academy — 449 articles from the TikTok Shop Seller Center help pages, organized by 17 top-level categories (Get Started, Onboarding, Manage Products, Marketing, Affiliate Center, Fulfillment & Logistics, Account Health, etc.)
The embedded SQLite index (mcp_rag.db) ships with all chunks pre-embedded
using multilingual-e5-small, so vector search works out of the box.
Supported Platforms
- macOS (Apple Silicon)
- macOS (Intel) (planned)
- Linux x64 (planned)
- Linux ARM64 (planned)
- Windows x64 (planned)
The launcher selects a binary by
${process.platform}-${process.arch}. Currently onlydarwin-arm64is shipped.
Coexistence with the base package
This package and @tts_openapi_devmcp/tts-openapi-dev-mcp-test use different
package names and different binary names (tts-openapi-dev-mcp-newknowledge
vs tts-openapi-dev-mcp), so installing both is safe.
License
MIT
