A simple MCP server exposing a Person data entity
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
16
commits
Add a Dockerfile. Validate that the image runs and that the server can be accessed successfully, returning data from the database running in the kubernetes cluster.
7a698f1View on GitHubAdd spring webmvc and the mcp server configuration. Validate that the application starts up, runs successfully and retrieves data from the database.
982c44bView on GitHubAdded the MCP dependencies. Validate that the web app still works.
4f58353View on GitHubAdd the capability to get a record from the account table by using a partial match on the name.
9784a02View on GitHubAdd the capabilities to get an account record by id or by name.
f9d4cc9View on GitHubFirst pass adding the capability to get all accounts from the mariadb accounts table.
cb806e2View on GitHubAdd the changes from main to master. The branch master is what is usually used instead of main.
db31d81View on GitHubAdd the capability to ingore inserting entries into a table when the entries already exist.
c7bbfbdView on GitHub