@mcpflow.io/mcp-svelte-docs
v0.0.13
Published
MCP server for Svelte docs
Downloads
4
Maintainers
Readme
mcp-svelte-docs
此包由 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.
工具
Tools
search_docs
Enhanced search functionality with advanced filtering and context awareness. Parameters:
query(string, required): Search keywords or natural language querydoc_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
