Skip to main content
Glama
systempromptio

SystemPrompt Coding Agent

Official
resources.ts841 B
/** * @fileoverview MCP resource definitions and server information * @module constants/resources */ import type { Resource } from "@modelcontextprotocol/sdk/types.js"; /** * Available MCP resources */ export const RESOURCES: Resource[] = [ { uri: "agent://status", name: "Status", mimeType: "application/json", description: "Current status and capabilities of the coding agent", }, { uri: "agent://tasks", name: "Tasks", mimeType: "application/json", description: "List of all managed tasks", }, ]; /** * MCP server information */ export const SERVER_INFO = { /** * Server display name */ name: "Coding Agent MCP Server", /** * Server version */ version: "0.01", /** * Server description */ description: "Orchestrator for Claude Code and Gemini CLI", };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systempromptio/systemprompt-code-orchestrator'

If you have feedback or need assistance with the MCP directory API, please join our Discord server