spring-ai-mcp-example

iseif/spring-ai-mcp-example

3.1

If you are the rightful owner of spring-ai-mcp-example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This repository provides a minimal Model Context Protocol (MCP) server using Spring Boot and Spring AI, designed to manage 'courses' via MCP STDIO transport.

Tools

Functions exposed to the LLM to take actions

sd_get_courses

List all available courses.

sd_get_course

Get a course by its title.

sd_add_course

Add a new course given a Course object with title and url.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources