Skip to main content
Glama

Memory Bank MCP Server

by t3ta
completion-report.json3.98 kB
{ "schema": "memory_document_v2", "metadata": { "id": "completion-report", "title": "ワークスペースオプション機能の実装完了レポート", "documentType": "report", "path": "completion-report.json", "tags": [ "report", "completion", "workspace-option" ], "lastModified": "2025-03-24T13:15:18.287Z", "createdAt": "2025-03-24T13:15:18.287Z", "version": 1 }, "content": { "overview": "ワークスペースオプション機能の実装、テスト、およびドキュメント作成が完了しました。この機能により、複数のプロジェクトで同じMemory Bank MCPサーバーを使用することができるようになります。", "implemented_features": [ { "id": "feature-1", "title": "CLIワークスペースオプション", "description": "コマンドライン引数で--workspaceオプション(エイリアス-w)を追加し、プロジェクトルートディレクトリを指定できるようにしました。" }, { "id": "feature-2", "title": "MCPツールパラメータ", "description": "各MCPツール(read_context, read_branch_memory_bank等)がworkspaceとdocsパラメータを受け取れるようになりました。" }, { "id": "feature-3", "title": "優先順位ベースのパス解決", "description": "ツールパラメータ > CLIオプション > 環境変数 > デフォルト値の優先順位に基づいてパスを解決する仕組みを実装しました。" }, { "id": "feature-4", "title": "動的アプリケーション作成", "description": "指定されたワークスペースに応じて新しいアプリケーションインスタンスを動的に作成する機能を実装しました。" } ], "completed_tests": [ { "id": "test-1", "title": "ConfigProviderのユニットテスト", "description": "ConfigProviderクラスのワークスペースと文書ディレクトリの解決ロジックをテストするユニットテストを追加しました。", "file_path": "tests/unit/infrastructure/config/ConfigProvider.test.ts" }, { "id": "test-2", "title": "resolveWorkspaceAndDocsヘルパー関数のテスト", "description": "ワークスペースとドキュメントディレクトリのパス解決ヘルパー関数のテストを追加しました。", "file_path": "tests/unit/application/resolveWorkspaceAndDocs.test.ts" }, { "id": "test-3", "title": "ワークスペースオプション機能の統合テスト", "description": "複数のシナリオ(基本シナリオ、環境変数、パス解決、アプリケーション初期化)をカバーする統合テストを追加しました。", "file_path": "tests/integration/application/WorkspaceOptionFeature.test.ts" } ], "updated_documentation": [ { "id": "doc-1", "title": "READMEの更新", "description": "READMEに「Multiple Workspace Support」セクションを追加し、新機能について説明しました。", "changes": [ "「What's New in 2.1.0」セクションに複数ワークスペース対応の説明を追加", "Claude Desktopの設定例に--workspaceオプションの使用例を追加", "パス解決の優先順位について詳細に説明" ] } ], "conclusion": "ワークスペースオプション機能は、単一のサーバーインスタンスで複数のプロジェクトを扱えるようにするという目標を達成しています。十分なテストカバレッジとドキュメントが提供されているため、ユーザーはこの機能を効果的に活用できるでしょう。" } }

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