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,
|
timeout=args.timeout,
|
||||||
settings=settings,
|
settings=settings,
|
||||||
)
|
)
|
||||||
print()
|
|
||||||
print(SPLASH)
|
|
||||||
print()
|
|
||||||
|
|
||||||
print(
|
if args.transport == "sse":
|
||||||
f"Launching MCPDOC server with {len(doc_sources)} doc sources",
|
print()
|
||||||
file=sys.stderr,
|
print(SPLASH)
|
||||||
)
|
print()
|
||||||
|
|
||||||
|
print(
|
||||||
|
f"Launching MCPDOC server with {len(doc_sources)} doc sources",
|
||||||
|
)
|
||||||
|
|
||||||
# Pass transport-specific options
|
# Pass transport-specific options
|
||||||
server.run(transport=args.transport)
|
server.run(transport=args.transport)
|
||||||
|
|||||||
Reference in New Issue
Block a user