# solon-ai-mcp-embedded-examples **Repository Path**: solonlab/solon-ai-mcp-embedded-examples ## Basic Information - **Project Name**: solon-ai-mcp-embedded-examples - **Description**: solon ai(&mcp) embedded examples - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: https://solon.noear.org - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 3 - **Created**: 2025-04-15 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: sample-code **Tags**: mcp-client, MCP-Server, Java, solon ## README # solon-ai-mcp-embedded-examples ### 说明 示例内容包括: * llm * chatModel 基本使用,及单测 * tool call 基本使用,及单测 * rag 基本使用,及单测 * embeddingModel * repository * splitter * mcp * server 基本使用(需要 solon 容器支持) * client 基本使用,及单测 ### 示例 | 示例 | 说明 | |----------------------------------------|--------------------------| | solon-ai-embedded-jfinal | | | solon-ai-embedded-jfinal-newstyle | 使用了 solon mvc 体系(支持异步响应) | | solon-ai-embedded-solon | | | solon-ai-embedded-springboot2 | | | solon-ai-embedded-springboot3 | | | solon-ai-embedded-vertx | |