azure-cosmos-mcp-server-samples

This repository contains a collection of sample implementations of the MCP across multiple programming languages, all backed by Azure Cosmos DB. These examples demonstrate how to create, query, update, and delete documents using the Azure Cosmos DB SDKs

GitHubスター

60

ユーザー評価

未評価

お気に入り

0

閲覧数

140

フォーク

24

イシュー

3

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Go: 1.16以上
Azure Cosmos DBアカウント: 有効なアカウントが必要

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/AzureCosmosDB/azure-cosmos-mcp-server-samples.git
cd azure-cosmos-mcp-server-samples/golang

2. 依存関係のインストール

bash
go mod tidy

3. サーバーの起動

bash
go run main.go

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Goのバージョンを確認し、依存関係が正しくインストールされているか確認してください。

追加リソース