Skip to main content
Glama
dmmeteo

Django Styleguide MCP Server

by dmmeteo
test_imports.py445 B
"""Tests for mcpdoc_split imports.""" def test_imports(): """Test that main modules can be imported.""" from mcpdoc_split import main # noqa from mcpdoc_split import cli # noqa from mcpdoc_split import _version # noqa assert True def test_version_import(): """Test that version can be imported.""" from mcpdoc_split import __version__ # Version should be a string assert isinstance(__version__, str)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmmeteo/django-styleguide-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server