Skip to main content
Glama

Context Continuation MCP Server

by core3-coder

context_add_milestone

Track project milestones by adding a title, description, and status to a specified project directory for better context management in AI development.

Instructions

Add a project milestone

Input Schema

NameRequiredDescriptionDefault
descriptionNoMilestone description
projectPathYesPath to project directory
statusNoMilestone statusplanned
titleYesMilestone title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Milestone description", "type": "string" }, "projectPath": { "description": "Path to project directory", "type": "string" }, "status": { "default": "planned", "description": "Milestone status", "enum": [ "planned", "in-progress", "completed" ], "type": "string" }, "title": { "description": "Milestone title", "type": "string" } }, "required": [ "projectPath", "title" ], "type": "object" }

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/core3-coder/context-continue-mcp'

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