Skip to main content
Glama
test_tools.py677 B
""" Tests for MCP tools (to be implemented by other agents) This file will contain integration tests for the MCP tools once they are implemented by other agents. """ import pytest class TestMCPTools: """Placeholder test class for MCP tool integration tests""" @pytest.mark.skip(reason="Tools not yet implemented by other agents") def test_placeholder(self): """Placeholder test""" pass # Add tool tests here once tools are implemented, for example: # # @pytest.mark.asyncio # async def test_get_user_balance(): # """Test get_user_balance tool""" # result = await get_user_balance("0x1234...") # assert "total_usd_value" in result

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/caiovicentino/debank-mcp-server'

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