Skip to main content
Glama
Roland0511

MCP Feishu Project Manager

by Roland0511
__init__.py325 B
from . import server import argparse def main(): """Main entry point for the package.""" parser = argparse.ArgumentParser(description='Feishu Project MCP Server') parser.add_argument('--transport', type=str, default='stdio', help='Transport type') args = parser.parse_args() server.mcp.run(args.transport)

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/Roland0511/mcp-feishu-proj'

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