Skip to content

MCPServerPluginOptions

Defined in: src/plugins/application/mcp-server/plugin.ts:8

Property Type Description Defined in

allowIntrospection?

boolean

Whether to allow the introspection tool.

src/plugins/application/mcp-server/plugin.ts:20

allowToolExecution?

boolean

Whether to allow tool execution.

src/plugins/application/mcp-server/plugin.ts:24

path?

string

The path to mount the MCP server to.

src/plugins/application/mcp-server/plugin.ts:12

rootDir?

string

The root directory to scan for OpenAPI documents.

src/plugins/application/mcp-server/plugin.ts:16