Skip to main content
Glama

Feishu Access Token MCP

by Leon-Algo
check_env.py464 B
#!/usr/bin/env python3 """ Check environment variables. """ import os from dotenv import load_dotenv # Load environment variables load_dotenv() # Get credentials from environment app_id = os.getenv("FEISHU_APP_ID") app_secret = os.getenv("FEISHU_APP_SECRET") print(f"App ID: {app_id}") print(f"App Secret: {app_secret}") if app_id and app_secret: print("Environment variables loaded successfully!") else: print("Failed to load environment variables!")

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/Leon-Algo/feishu_user_token_mcp'

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