Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SecretiveShell/MCP-wolfram-alpha
/ functions
Functions
16 in github.com/SecretiveShell/MCP-wolfram-alpha
⨍
Functions
16
◇
Types & classes
5
↳
Endpoints
1
↓ 3 callers
Method
aquery
Query Wolfram Alpha using JSON APId
src/mcp_wolfram_alpha/wolfram_client.py:14
↓ 1 callers
Function
test
()
src/mcp_wolfram_alpha/wolfram_client.py:93
Method
__init__
(self, app_id: str)
src/mcp_wolfram_alpha/wolfram_client.py:10
Method
__init__
(self, json_result: Dict[str, Any])
src/mcp_wolfram_alpha/wolfram_client.py:33
Method
__init__
(self, pod_data: Dict[str, Any])
src/mcp_wolfram_alpha/wolfram_client.py:45
Method
__init__
(self, subpod_data: Dict[str, Any])
src/mcp_wolfram_alpha/wolfram_client.py:57
Method
__init__
(self, app_id: str)
src/mcp_wolfram_alpha/wolfram_client.py:72
Method
aquery
Async query that returns a result compatible with the original interface
src/mcp_wolfram_alpha/wolfram_client.py:75
Function
handle_call_tool
Handle tool execution requests. Tools can modify server state and notify clients of changes.
src/mcp_wolfram_alpha/server.py:79
Function
handle_get_prompt
Generate a prompt by combining arguments with server state.
src/mcp_wolfram_alpha/server.py:33
Function
handle_list_prompts
List available prompts.
src/mcp_wolfram_alpha/server.py:13
Function
handle_list_tools
List available tools. Each tool specifies its arguments using JSON Schema validation.
src/mcp_wolfram_alpha/server.py:58
Function
main
Main entry point for the package.
src/mcp_wolfram_alpha/__init__.py:5
Function
main
()
src/mcp_wolfram_alpha/server.py:130
Method
pods
Generator that yields Pod objects
src/mcp_wolfram_alpha/wolfram_client.py:38
Method
subpods
Generator that yields Subpod objects
src/mcp_wolfram_alpha/wolfram_client.py:50