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
register_reset_test.py•279 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'])