Labsco
DON-VXNKS logo

sentiment-analyzer

โ˜… 1

from DON-VXNKS

It analyzes developer sentiment.

๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

sentiment-analyzer

MCPize

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 server

Project 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 template

Tools

  • 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 testing

Connect to http://localhost:8080/mcp to test tools interactively.