MCP.so
ログイン

Spring MCP Server

@ranjeet-floyd

Spring MCP Server について

MCP server using Spring-AI

基本情報

カテゴリ

その他

ランタイム

java

トランスポート

stdio

公開者

ranjeet-floyd

設定

標準の設定はありません

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

リポジトリ

ツール

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

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

概要

What is Spring MCP Server?

A basic MCP (Model Context Protocol) server built with Spring-AI that exposes a single tool (scheduleAppointment) via SSE transport, aimed at developers integrating appointment scheduling into MCP‑compatible applications.

How to use Spring MCP Server?

Run the main Java application (default port 8080). Then launch the MCP inspector: npx @modelcontextprotocol/inspector node build/index.js. In the inspector, select SSE transport, enter http://localhost:8080/sse, connect, and use the scheduleAppointment tool with a hospital name parameter.

Key features of Spring MCP Server

  • Built with Spring-AI for MCP integration
  • Exposes a single tool: scheduleAppointment
  • Uses SSE (Server‑Sent Events) transport
  • Default port 8080
  • Accepts hospital name as input parameter

Use cases of Spring MCP Server

  • Schedule an appointment at a specified hospital
  • Integration test of an MCP server using the inspector tool

FAQ from Spring MCP Server

コメント

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