Ian Davenport
Results
12
comments of
Ian Davenport
Dug into the spec and the SDK a bit—here’s what I found: ### Spec The server advertises the "logging" capability in its `initialize` response if it supports sending logs. The...
Hi @Cherwayway! I ran the example you provided to reproduce the issue: ```python # server.py import os, signal from fastmcp.server import FastMCP mcp = FastMCP() @mcp.tool() def bye(): # Simulate...