{"server":{"name":"nicojahn","version":"0.1.0","transport":"http"},"capabilities":{"tools":{"list_docs":{"name":"list_docs","description":"List all documentation pages with their titles, paths, and metadata","inputSchema":{"type":"object","properties":{}}},"get_doc":{"name":"get_doc","description":"Get the full content of one or more documentation pages by path. Pass a single path string or an array of paths for a batch read. Paths are returned by list_docs and search_docs.","inputSchema":{"type":"object","properties":{"path":{"oneOf":[{"type":"string","description":"A single doc path (e.g. \"getting-started/installation\")"},{"type":"array","items":{"type":"string"},"description":"Multiple doc paths for a batch read"}]}},"required":["path"]}},"search_docs":{"name":"search_docs","description":"Search documentation pages by keywords or phrase, returning scored results. Follow up with get_doc to read the full content of any result.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"},"limit":{"type":"number","description":"Max results to return (default 5, max 20)"},"scoreThreshold":{"type":"number","description":"Minimum relevance score 0–1 (default 0)"},"version":{"type":"string","description":"Filter results to a specific version"},"language":{"type":"string","description":"Filter results to a specific language code (e.g. \"en\")"}},"required":["query"]}}},"resources":[],"prompts":[]}}