Poop MCP Client is a Spring Boot application that serves as a client for the Model Control Plane (MCP). It provides a RESTful API for AI inference and knowledge base management, leveraging Spring AI and Ollama for language model integration.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
refactor InferenceController to include prompt in response object
6d11575View on GitHubrefactor application configuration to switch from Neo4j to Elasticsearch and enhance search request handling
1a89d1dView on GitHubrefactor ToolCallbackService to add scheduled pinging of ToolCallbackProvider and enhance logging
7cb66a5View on GitHubrefactor InferenceController to enhance input validation, switch to synchronous chat response handling, and improve error logging
d4f73f9View on GitHubrefactor InferenceController to utilize ToolCallbackService for tool callbacks and remove redundant error handling
1c6fd2cView on GitHubrefactor InferenceController to improve request handling, logging, and add metrics for request tracking
c679b21View on GitHubrefactor application configuration to use dynamic model name and enhance file URL handling in KnowledgeBaseController
f261640View on GitHubrefactor InferenceController to update system prompt handling and increase request timeout in application configuration
e4ee256View on GitHubrefactor KnowledgeBaseController to change fileURLs to a single fileURL and enhance logging for document upload and search operations
11e56e6View on GitHubrefactor InferenceController to enhance response handling and add enableTool parameter in AiMessageParams
2b209a1View on GitHubrefactor InferenceController to improve logging and swap chat memory list order
71a4e82View on GitHubrefactor KnowledgeBaseController to support multiple file uploads and improve document processing
3f0c780View on GitHubadd README.md with project overview, features, installation instructions, and API documentation
1c854d4View on GitHubadd configuration for AI processing, Dockerfile, and chat history retrieval
f037ea5View on GitHub