MCP.so
ログイン

Mcp Spring Server Samples

@DAVIDMATHIAS

Mcp Spring Server Samples について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

java

トランスポート

stdio

公開者

DAVIDMATHIAS

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Spring Server Samples?

A sample MCP server implementation using Spring Boot that demonstrates how to expose an MCP server with SSE (Server-Sent Events) transport. It is intended for developers learning to build MCP servers.

How to use Mcp Spring Server Samples?

Run the application as a Spring Boot application, then add the provided server configuration to your .vscode/mcp.json file with "type": "sse" and "url": "http://localhost:8081/sse".

Key features of Mcp Spring Server Samples

  • Demonstrates MCP server with SSE transport
  • Based on Spring Boot framework
  • Simple local development setup

Use cases of Mcp Spring Server Samples

  • Learning how to build an MCP server with Spring
  • Testing local MCP integrations in VS Code

FAQ from Mcp Spring Server Samples

What transport does the server use?

SSE (Server-Sent Events) via HTTP at http://localhost:8081/sse.

How do I configure the client to connect to this server?

Add the JSON configuration block to your .vscode/mcp.json with the specified type, url, and a server name of your choice.

What is the default URL of the server?

http://localhost:8081/sse.

コメント

「その他」の他のコンテンツ