Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 862 Bytes

File metadata and controls

20 lines (12 loc) · 862 Bytes

AGENTS.md

Project

@eliware/mcp-server-template is a runnable MCP server template with tool discovery, Streamable HTTP/stdio modes, bearer authentication, Docker, Compose, and systemd support.

Development

  • Use Node.js 26 and native ESM.
  • Keep tools under tools/ and preserve the documented default-export tool contract.
  • Keep MCP_TOKEN and deployment credentials in .env; never commit secrets.
  • Preserve safe HTTP and stdio startup, shutdown, and container examples.

Validation

Run npm test, npm run test:gaps, npm run lint, and the documented Docker/Kubernetes checks only in controlled environments. Do not expose the server unintentionally.

Changes

Update README, .env.example, Docker/Compose/systemd files, and package dependencies together. Do not bump versions, tag, publish, or deploy unless explicitly requested.