Skip to main content
Glama
register_reset_test.py279 B
import xml.etree.ElementTree as ET import lxml tree = ET.parse('/home/danieln7/Desktop/RobotCodeDaniel/rtdeConfigurationDefault.xml') root = tree.getroot() for send in root.findall("./send[@key='in']"): for field in send.iter('field'): print(field.attrib['name'])

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/nonead/nUR-MCP-SERVER'

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