Files
aris/packages/freya-source-mcp/package.json

15 lines
264 B
JSON
Raw Normal View History

2026-06-12 22:50:42 +01:00
{
"name": "@freya/source-mcp",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test": "bun test src/"
},
"dependencies": {
"@freya/core": "workspace:*",
"@modelcontextprotocol/sdk": "^1.27.1"
}
}