Skip to main content
Glama

Rongcloud Native

Official
by rongcloud
__init__.py468 B
""" IM SDK Python封装模块 用于加载和封装Rust Universal IM SDK动态库 """ # 获取动态库文件的绝对路径 import os from pathlib import Path import sys # 定义lib目录 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "../..")) NATIVE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) LIB_DIR = os.path.join(NATIVE_DIR, "lib") from .engine import IMSDK, default_sdk __all__ = ["IMSDK", "default_sdk"]

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/rongcloud/rongcloud-native-mcp-python'

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