mirror of
https://github.com/langchain-ai/mcpdoc.git
synced 2025-10-19 03:18:14 +03:00
x
This commit is contained in:
@@ -230,14 +230,15 @@ def main() -> None:
|
||||
timeout=args.timeout,
|
||||
settings=settings,
|
||||
)
|
||||
print()
|
||||
print(SPLASH)
|
||||
print()
|
||||
|
||||
print(
|
||||
f"Launching MCPDOC server with {len(doc_sources)} doc sources",
|
||||
file=sys.stderr,
|
||||
)
|
||||
if args.transport == "sse":
|
||||
print()
|
||||
print(SPLASH)
|
||||
print()
|
||||
|
||||
print(
|
||||
f"Launching MCPDOC server with {len(doc_sources)} doc sources",
|
||||
)
|
||||
|
||||
# Pass transport-specific options
|
||||
server.run(transport=args.transport)
|
||||
|
||||
Reference in New Issue
Block a user