semantic-prompt-mcp
Version:
MCP server for semantic prompt framework - NLP-inspired adaptive reasoning engine for LLM orchestration
56 lines (55 loc) • 1.41 kB
JSON
{
"name": "semantic-prompt-mcp",
"version": "1.4.9",
"description": "MCP server for semantic prompt framework - NLP-inspired adaptive reasoning engine for LLM orchestration",
"repository": {
"type": "git",
"url": "git+https://github.com/hyunjae-labs/semantic-prompt-mcp.git"
},
"bugs": {
"url": "https://github.com/hyunjae-labs/semantic-prompt-mcp/issues"
},
"homepage": "https://github.com/hyunjae-labs/semantic-prompt-mcp#readme",
"type": "module",
"main": "dist/index.js",
"bin": {
"semantic-prompt": "dist/index.js",
"semantic-prompt-mcp": "dist/index.js"
},
"files": [
"dist/",
"prompts/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"semantic-prompt",
"thinking",
"reasoning",
"llm",
"claude",
"ai",
"framework",
"orchestration"
],
"author": "Hyunjae Lim <thecurrent.lim@gmail.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}