Skip to main content

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

mcp_server_jl-0.1.3.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_jl-0.1.3-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_jl-0.1.3.tar.gz.

File metadata

  • Download URL: mcp_server_jl-0.1.3.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

Hashes for mcp_server_jl-0.1.3.tar.gz
Algorithm Hash digest
SHA256 e662ae9b26d4d32d101ee4f8bfc245a860c3be60ae3687420483ed74be044289
MD5 b7d09ba3ac674c4a60590b4ad00f20a6
BLAKE2b-256 7aea5ba31cf9bbd7ad10c18d4b45605f4121eb6d71e93e1eaa21afdfc762a6b7

See more details on using hashes here.

File details

Details for the file mcp_server_jl-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: mcp_server_jl-0.1.3-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

Hashes for mcp_server_jl-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2609c19e67bcad89a8eea4684c40f3d8b9d4b8d2c4fc6915fb7a130dfc0d43e5
MD5 d948f723cd1f5880d1e8d81952c88e18
BLAKE2b-256 987e6cd47997cfeb51d91393829eaa90e25c3cd2a84d06e96b3c320af0f7f6d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page