list_templates
Explore available templates for creating MCP servers. Filter by language to find the right starting point for your server setup. Simplify the creation process with AI guidance and pre-built workflows.
Instructions
list available templates for MCP server creation.
Args:
language: Filter by language (optional)
Returns:
Formatted list of available templates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Language"
}
},
"title": "list_templatesArguments",
"type": "object"
}