Crate mcp_core_macros

Source
Expand description

A library of procedural macros for defining MCP core tools.

This crate provides macros for defining tools that can be used with the MCP system. The main macro is tool, which is used to define a tool function that can be called by the system.

Macros§

tool_param
Defines a parameter for a tool function with additional metadata.

Attribute Macros§

tool
Defines a tool function that can be called by the MCP system.