Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.56 KB

File metadata and controls

43 lines (27 loc) · 1.56 KB

Spring AI Polaris

Codecov Testing License

English | 简体中文

README:

Introduction

Spring AI Polaris is a Spring AI extension that integrates with Polaris (PolarisMesh) for MCP Server registration, discovery and governance.

Spring AI with Polaris can solve these problems:

  • MCP Server Registration — Automatically register MCP Server instances to Polaris on startup, deregister on shutdown
  • MCP Client Discovery — Discover MCP Server instances from Polaris with dynamic updates via Watch mechanism
  • Load Balancing — Round-robin selection across healthy MCP Server instances
  • Call Reporting — Report call results to Polaris for circuit-breaking and load-balancing statistics

How to Build

Linux and Mac

./mvnw clean install

Windows

.\mvnw.cmd clean install

License

This project is licensed under the BSD 3-Clause License.