PathsConfig
Configure custom paths for tools, prompts, and resources in your xmcp project.Path to the tools directory or boolean to enable/disable.
true- Use default path"src/tools"false- Disable toolsstring- Custom path to tools directory
Path to the prompts directory or boolean to enable/disable.
true- Use default path"src/prompts"false- Disable promptsstring- Custom path to prompts directory
Path to the resources directory or boolean to enable/disable.
true- Use default path"src/resources"false- Disable resourcesstring- Custom path to resources directory
Default Paths
When set totrue, the following default paths are used:
- tools:
src/tools - prompts:
src/prompts - resources:
src/resources