Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLEMCEE_HOST | No | server host when supported by the MCP transport (default: 127.0.0.1). | 127.0.0.1 |
| FLEMCEE_PORT | No | server port when supported by the MCP transport (default: 8000). | 8000 |
| FLEMCEE_REQ_PORT | No | MIDI request port name (default: Flapi Request). | Flapi Request |
| FLEMCEE_RES_PORT | No | MIDI response port name (default: Flapi Response). | Flapi Response |
| FLEMCEE_SSE_PATH | No | optional SSE endpoint path. | |
| FLEMCEE_LOG_LEVEL | No | logging level (default: INFO). | INFO |
| FLEMCEE_TRANSPORT | No | MCP transport (streamable-http, stdio, or sse). | |
| FLEMCEE_MOUNT_PATH | No | optional base mount path for HTTP transports. | |
| FLEMCEE_CURATED_TOOLS | No | set to true to register curated higher-level tools (default: true). | true |
| FLEMCEE_GENERATE_TOOLS | No | set to true to register per-function tools from stubs (default: true). | true |
| FLEMCEE_CONNECT_ON_START | No | set to true to connect to FL Studio at startup. | |
| FLEMCEE_STREAMABLE_HTTP_PATH | No | optional streamable HTTP endpoint path. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |