
sentiment-analyzer
โ 1from DON-VXNKS
It analyzes developer sentiment.
๐ฅโ VerifiedFreeAdvanced setup
sentiment-analyzer
MCP server created with MCPize.
Development
npm run dev # Development mode with hot reload
npm run build # Compile TypeScript
npm test # Run tests
npm start # Run compiled serverProject Structure
โโโ src/
โ โโโ index.ts # MCP server entry point
โ โโโ tools.ts # Pure tool functions (testable)
โโโ tests/
โ โโโ tools.test.ts # Tool unit tests
โโโ package.json # Dependencies and scripts
โโโ tsconfig.json # TypeScript configuration
โโโ mcpize.yaml # MCPize deployment manifest
โโโ Dockerfile # Container build
โโโ .env.example # Environment variables templateTools
- hello โ Returns a greeting message
- echo โ Echoes back the input with a timestamp
Testing
npm test # Run unit tests
npx @anthropic-ai/mcp-inspector # Interactive MCP testingConnect to http://localhost:8080/mcp to test tools interactively.
Copy & paste โ that's it
npm install
npm run dev # Start with hot reloadQuick Start
npm install
npm run dev # Start with hot reloadServer runs at http://localhost:8080/mcp
Deployment
mcpize deployNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
License
MIT