@mcpflow.io/mcp-svelte-docs
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

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 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.io/mcp-svelte-docs/

    Package Sidebar

    Install

    npm i @mcpflow.io/mcp-svelte-docs

    Weekly Downloads

    0

    Version

    0.0.13

    License

    MIT

    Unpacked Size

    4.14 kB

    Total Files

    3

    Last publish

    Collaborators

    • mcpflow.io