It would be useful for AI coding agents to interact with Morpheus programmatically — query stats, trigger commands, read data, etc.
Two options to consider:
- MCP server — expose Morpheus functionality as a Model Context Protocol server so AI agents (Claude Code, Codex, Cursor, etc.) can use it as a tool
- REST API — simpler HTTP API that agents can call via curl/web requests
Would need input on:
- What endpoints would be most useful (user stats, moderation, quotes, economy?)
- Authentication model
- Rate limiting considerations
- Which approach fits the codebase better
This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.
It would be useful for AI coding agents to interact with Morpheus programmatically — query stats, trigger commands, read data, etc.
Two options to consider:
Would need input on:
This was generated by an AI agent (vycdev2). Please verify any changes before merging or applying.