mcp-continuity-tool
Version:
A tool for maintaining context and continuity in MCP-based development across multiple chat sessions
35 lines • 715 B
JSON
{
"projectInfo": {
"name": "Project Name",
"repository": "username/repo",
"lastUpdated": "YYYY-MM-DDTHH:mm:ssZ"
},
"development": {
"currentFile": "path/to/current/file.js",
"currentComponent": "ComponentName",
"inProgress": {
"type": "feature|bugfix|refactor",
"description": "Current task description",
"remainingTasks": []
}
},
"components": {
"completed": [],
"inProgress": [],
"pending": []
},
"context": {
"lastThought": "",
"nextSteps": [],
"dependencies": []
},
"mcpTools": {
"lastUsed": {
"repl": null,
"artifacts": [],
"searchResults": []
},
"cacheFiles": [],
"tempStorage": []
}
}