UNPKG

vaadin-docs-mcp-server

Version:

MCP server for Vaadin documentation with document-based search and full document retrieval

56 lines (55 loc) 1.5 kB
{ "name": "vaadin-docs-mcp-server", "version": "0.7.3", "description": "MCP server for Vaadin documentation with document-based search and full document retrieval", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "vaadin-docs-mcp-server": "./dist/index.js" }, "files": [ "dist", "README.md", "README.npm.md", "LICENSE" ], "scripts": { "build": "node scripts/build.js", "prepublishOnly": "npm run build", "start": "bun run src/index.ts", "test": "bun run src/test-scenarios.ts --verbose", "test:hierarchical": "bun run src/test-scenarios.ts --verbose", "test:server": "bun run src/test-scenarios.ts --server=http://localhost:3001 --verbose" }, "keywords": [ "vaadin", "documentation", "mcp", "model-context-protocol", "hierarchical", "parent-child", "navigation", "semantic-search", "rag", "ide-assistant" ], "author": "Vaadin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vaadin/vaadin-documentation-services", "directory": "packages/mcp-server" }, "homepage": "https://github.com/vaadin/vaadin-documentation-services/tree/main/packages/mcp-server", "bugs": { "url": "https://github.com/vaadin/vaadin-documentation-services/issues" }, "devDependencies": { "@types/node": "^22.13.8", "typescript": "^5.8.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1" } }