@eigenwise/docs-mcp
MCP server package @tesseron/docs-mcp
Install
agr install @eigenwise/docs-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "@tesseron/docs-mcp", "version": "2.10.1", "description": "Tesseron documentation as an MCP server. Search and read the Tesseron protocol + SDK docs from any MCP-compatible AI client.", "license": "BUSL-1.1", "author": { "name": "Kenny Vaneetvelde", "email": "kenny.vaneetvelde@gmail.com", "url": "https://eigenwise.io/" }, "homepage": "https://github.com/eigenwise/tesseron#readme", "repository": { "type": "git", "url": "git+https://github.com/Eigenwise/tesseron.git", "directory": "packages/docs-mcp" }, "bugs": { "url": "https://github.com/eigenwise/tesseron/issues" }, "keywords": [ "mcp", "model-context-protocol", "documentation", "docs", "search", "claude", "cursor", "tesseron" ], "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "bin": { "tesseron-docs-mcp": "./src/cli.ts" }, "files": ["dist", "README.md", "LICENSE"], "scripts": { "typecheck": "tsc --noEmit", "test": "vitest run", "start": "tsx src/cli.ts", "build:snapshot": "tsx scripts/build-snapshot.ts", "build": "pnpm build:snapshot && tsup", "prepublishOnly": "pnpm build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "gray-matter": "^4.0.3", "minisearch": "^7.1.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsup": "^8.3.0", "tsx": "^4.19.0", "vitest": "^2.1.0" }, "publishConfig": { "access": "public", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "bin": { "tesseron-docs-mcp": "./dist/tesseron-docs-mcp.cjs" } } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-7153537d3cf52026-08-05