mcp

command module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2026 License: MIT Imports: 2 Imported by: 0

README

togo-mcp

The MCP server for togo. It exposes togo's generators and project introspection as Model Context Protocol tools so AI agents — Claude Code, Cursor, Windsurf, Cline — can scaffold resources, run codegen, manage migrations, and install plugins inside a togo project.

Wire it into your agent with:

togo mcp:install --agent claude-code --role admin

It serves over streamable HTTP at /mcp/admin and /mcp/user with role-based access. Every togo new project also ships a .mcp.json pre-wired to this server.

License

MIT

Documentation

Overview

Command mcp is the togo Model Context Protocol server. It exposes togo's generators and Laravel-Boost-style introspection as MCP tools, scoped by TOGO_MCP_ROLE (admin|user). Runs over stdio by default, or Streamable HTTP when MCP_HTTP_ADDR is set (e.g. ":8089"). Thin wrapper over the togomcp SDK.

Directories

Path Synopsis
Package togomcp is the togo MCP SDK.
Package togomcp is the togo MCP SDK.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL