此包由 MCPFlow 打包并发布到npm仓库。
A Model Context Protocol (MCP) server that provides efficient access to Svelte documentation with advanced caching, search capabilities, and optimised content delivery. This server integrates directly with Svelte's official documentation, offering both full and compressed variants suitable for different LLM context window sizes.
Enhanced search functionality with advanced filtering and context awareness. Parameters:
-
query
(string, required): Search keywords or natural language query -
doc_type
(string, optional): Filter by documentation type- Values: 'api', 'tutorial', 'example', 'error', 'all'
- Default: 'all'
-
context
(number, optional): Number of surrounding paragraphs (0-3)- Default: 1
-
include_hierarchy
(boolean, optional): Include section hierarchy- Default: true Example Usage:
直接使用npx运行:
npx -y @mcpflow.io/mcp-svelte-docs
或者先安装后使用:
# 安装
npm install @mcpflow.io/mcp-svelte-docs
# 使用
npx @mcpflow.io/mcp-svelte-docs
- 开发者: mcpflow
- 版本: 0.0.12
- 原始仓库: mcpflow/mcp-svelte-docs