Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Ean Schuessler
/
mo-mcp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aeecc016
authored
2025-12-11 22:08:35 -0600
by
Ean Schuessler
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Reframe mcp.sh section as community tool gap - ask what CLI exists for LLM+Java testing
1 parent
e86c9c0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
README.md
README.md
View file @
aeecc01
...
...
@@ -279,17 +279,23 @@ tail -f ./moqui.log
./mcp.sh call <tool-name>
```
##
MCP Client Script
##
🤔 **Community Tool Gap**
The
`mcp.sh`
script provides a command-line interface for testing:
**What CLI tool should we use for LLM + Java testing?**
```
bash
./mcp.sh --help
# Show help
./mcp.sh --new-session
# Create fresh session
./mcp.sh --clear-session
# Clear stored session
./mcp.sh --limit 10 tools
# Show first 10 tools
./mcp.sh status
# Show server status
```
Currently using improvised
`mcp.sh`
script for basic MCP testing. But there should be a mature tool that handles:
-
**LLM Interaction**
: Chat with AI models via MCP
-
**Java Testing**
: Full lifecycle test generation
-
**Code Generation**
: AI writes code, tests validate it
-
**Iterative Development**
: Test → Generate → Refine loop
**Ideas welcome!**
What tools are you using for:
-
LLM + Java development workflows?
-
Automated test-driven code generation?
-
MCP client development?
*The `mcp.sh` script works for basic testing, but we need a proper development ecosystem.*
## API Reference
...
...
Please
register
or
sign in
to post a comment