Skip to main content
Glama

Memory Bank MCP Server

by t3ta
progress.json5.09 kB
{ "schema": "memory_document_v2", "metadata": { "id": "c9859467-725a-4467-ad02-11c9a184d94f", "title": "進捗状況", "documentType": "progress", "path": "progress.json", "tags": [ "progress" ], "lastModified": "2025-03-29T20:40:00.000Z", "createdAt": "2025-03-29T13:45:00.000Z", "version": 6 }, "content": { "workingFeatures": [ { "id": "wf-repo-split", "description": "リポジトリ分割の実装", "status": "completed", "completionDate": "2025-03-29T14:30:00.000Z" }, { "id": "wf-tag-index-design-impl", "description": "タグインデックス設計の実装", "status": "completed", "completionDate": "2025-03-29T18:00:00.000Z" }, { "id": "wf-build-errors-fix", "status": "completed", "description": "ビルドエラーの解消", "completionDate": "2025-03-29T18:30:00.000Z" }, { "id": "wf-interface-unification", "status": "completed", "description": "インターフェース設計の一貫性確保と命名規則統一", "completionDate": "2025-03-29T20:30:00.000Z" } ], "pendingImplementation": [ { "id": "pi-cross-cutting", "description": "横断的関心事(ロギング、エラーハンドリング)の統合", "priority": "medium" } ], "status": "リポジトリ分割の実装とタグインデックス設計の実装が完了。すべてのビルドエラーが解消され、TypeScriptコンパイルが正常に通るようになった。インターフェース命名規則の統一も完了し、すべてのインターフェースが「I」プレフィックスを持ち、メソッドシグネチャも統一された。次のステップは横断的関心事(ロギング、エラーハンドリング)の統合。", "completionPercentage": 80, "knownIssues": [ { "id": "ki-logging-duplication", "severity": "medium", "description": "複数のロギング実装が混在している" }, { "id": "ki-error-inconsistency", "severity": "medium", "description": "エラーハンドリングパターンが統一されていない" } ], "completedTasks": [ { "id": "ct-repo-split", "description": "肥大化リポジトリの分割(FileSystemGlobalMemoryBankRepositoryを責務別のクラスに分割)", "completionDate": "2025-03-29T14:30:00.000Z" }, { "id": "ct-tag-errors", "description": "TagOperations.tsのエラー修正(TagIndexインポート、createFromJson、暗黙的any、未使用パラメータ)", "completionDate": "2025-03-29T18:00:00.000Z" }, { "id": "ct-bulk-warnings", "description": "BulkOperations.tsの警告修正(不要なawait)", "completionDate": "2025-03-29T18:00:00.000Z" }, { "id": "ct-legacy-tag-index", "description": "古い形式のタグインデックス関連コードの削除(updateLegacyTagsIndexメソッドなど)", "completionDate": "2025-03-29T18:00:00.000Z" }, { "id": "ct-build-errors", "description": "すべてのビルドエラーの解消", "completionDate": "2025-03-29T18:30:00.000Z" }, { "id": "ct-interface-naming", "description": "インターフェース命名規則の統一(すべてのインターフェースがIプレフィックス)", "completionDate": "2025-03-29T20:00:00.000Z" }, { "id": "ct-method-signatures", "description": "メソッドシグネチャの統一(非同期メソッドのPromise<T>返り値)", "completionDate": "2025-03-29T20:15:00.000Z" }, { "id": "ct-parameter-standardization", "description": "3つ以上のパラメータを持つメソッドをオブジェクトリテラル型に標準化", "completionDate": "2025-03-29T20:25:00.000Z" }, { "id": "ct-tsdoc-update", "description": "インターフェースとメソッドへのTSDocコメント追加", "completionDate": "2025-03-29T20:30:00.000Z" } ], "upcomingMilestones": [ { "id": "um-cross-cutting-refactor", "title": "横断的関心事の統合", "description": "ロギングとエラーハンドリングの統一を完了", "dueDate": "2025-04-03", "status": "planned" } ], "references": [ { "file": "bulk-operations-implementation-plan.json", "description": "BulkOperationsクラス実装計画(完了済み)", "created_at": "2025-03-29T16:00:00.000Z" }, { "file": "interface-design-guidelines.json", "description": "インターフェース設計ガイドライン(完了済み)", "created_at": "2025-03-29T20:00:00.000Z" } ] } }

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/t3ta/memory-bank-mcp-server'

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