Joblogic MCP server using stdio transport
Project description
Joblogic MCP Server
This project implements an MCP (Model Context Protocol) server using stdio transport for communication. It provides tools for test case generation and formatting, along with other utilities for Joblogic documentation and API specifications.
Installation
You can install the package directly from PyPI:
pip install mcp-server-jl
Or install it from the source code:
pip install .
Usage
Command Line
After installation, you can run the MCP server directly from the command line:
mcp-server-jl
As a Python Package
from mcp_server_jl.server import mcp, run_server
import anyio
# Add your custom tools
@mcp.tool()
def my_custom_tool():
# Your code here
pass
# Run the server
if __name__ == "__main__":
anyio.run(run_server)
Available Tools
Generate Test Cases
Generates test cases from a markdown specification:
result = await mcp.generate_testcases_for_content_spec(markdown_content, spec_file_path)
Format Test Cases
Format and clean test case files:
result = await mcp.format_all_testcases(input_folder, output_folder)
Convert to Markdown
Convert a resource to markdown:
markdown = await mcp.convert_to_markdown(uri)
Docker
You can also run the server using Docker:
docker build -t mcp-local/joblogic .
docker run -it mcp-local/joblogic
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_jl-0.1.5.tar.gz.
File metadata
- Download URL: mcp_server_jl-0.1.5.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c7b4c221e18e5a839f486a2d678bb2a3e5141487fa76b7225e13b09ebd1414e
|
|
| MD5 |
8e9ce1b07ea7d597bb39b6c1735d4b96
|
|
| BLAKE2b-256 |
c07094f2642809931df554249f9d7f9e5b76d607588e955db3b3d81d16e25e7c
|
File details
Details for the file mcp_server_jl-0.1.5-py3-none-any.whl.
File metadata
- Download URL: mcp_server_jl-0.1.5-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc14d570b0e4a41c71815b7bed53f50f4366f29edb535008e6a8653f2e63c0fc
|
|
| MD5 |
98b2bd96b7975e88acfa66da62f3772d
|
|
| BLAKE2b-256 |
ff4faa59491022dfdbc4f5865459dd8a08a252a7d2cac776c10225a62cc4167c
|