Skip to main content
Glama

mcp-server-llmling

MIT License
5
  • Linux
  • Apple
testing.py682 B
"""Importable functiosn for testing.""" from __future__ import annotations def test_func(main_arg: str, opt1: str = "default", opt2: bool = False) -> str: # noqa: PT028 """Function purely for testing.""" return f"Main: {main_arg}, Opt1: {opt1}, Opt2: {opt2}" def test_func_multi(main_arg: str, opt1: str = "default", opt2: bool = False) -> str: # noqa: PT028 """Function with multiple parameters.""" return f"Main: {main_arg}, Opt1: {opt1}, Opt2: {opt2}" def test_func_single(arg: str) -> str: """Function with single parameter.""" return f"Single: {arg}" def test_func_zero() -> str: """Function with no parameters.""" return "Zero args"

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/phil65/mcp-server-llmling'

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