MCPServerPlugin
Defined in: src/plugins/application/mcp-server/plugin.ts:33
Attaches an MCP server to the application. This MCP server is focus-designed to provide introspection and tool execution capabilities.
If your application design requires anything custom, implement your own MCP server.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MCPServerPlugin(
options):MCPServerPlugin
Defined in: src/plugins/application/mcp-server/plugin.ts:37
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”MCPServerPlugin
Methods
Section titled “Methods”onInit()
Section titled “onInit()”onInit(
app):void
Defined in: src/plugins/application/mcp-server/plugin.ts:47
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void