Skip to main content
Glama

splunk-mcp

test_config.py724 B
""" Configuration for test_endpoints.py. This file contains settings used by the endpoint testing script. """ # Server configuration SSE_BASE_URL = "http://localhost:8000" # SSE mode base URL # Connection timeouts (seconds) CONNECTION_TIMEOUT = 5 # Timeout for basic connection check REQUEST_TIMEOUT = 30 # Timeout for API requests # Search test configuration TEST_SEARCH_QUERY = "index=_internal | head 5" SEARCH_EARLIEST_TIME = "-10m" SEARCH_LATEST_TIME = "now" SEARCH_MAX_RESULTS = 5 # Default index for testing (leave empty to auto-select) DEFAULT_TEST_INDEX = "_internal" # Output settings VERBOSE_OUTPUT = True # Show detailed output

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/livehybrid/splunk-mcp'

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