list_projects
Fetch and display all available projects in the MCP-APIKit server to simplify API integration and management within the Windsurf IDE environment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}