Initial commit: Fintec AI Framework with Agent, RAG, and MCP modules

This commit is contained in:
limqsh
2026-04-27 17:23:58 +08:00
parent a9a1441537
commit 69c5aacdc8
85 changed files with 7143 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# ============================================
# 服务器配置
# ============================================
server.port=8081
# ============================================
# MCP Server 配置
# ============================================
# MCP Server 名称和版本(用于标识)
spring.ai.mcp.server.name=mcp-server-demo
spring.ai.mcp.server.version=1.0.0
# 注意SSE 端点默认为 /sseMessage 端点默认为 /message
#spring.ai.mcp.server.sse-message-endpoint=/mcp/message
# ============================================
# MCP 模块配置
# ============================================
# MCP Server 业务标识(与 spring.ai.mcp.server.name 配合使用)
fintec.ai.mcp.server-name=fintec-mcp-server
fintec.ai.mcp.server-version=1.0.0
# ============================================
# 日志配置
# ============================================
logging.level.root=INFO
logging.level.com.ccb.fintec=DEBUG