We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kodey-ai/salesforce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•593 B
# Some of our files are gold files used to hold expected text for our tests.
# We do not wish to have GitHub add carriage returns for these files on windows.
# So we forcefully set any file that ends in .goldfile.<ext> to only have \n characters:
# See https://help.github.com/articles/dealing-with-line-endings/
*.goldfile.* text eol=lf
# Some of our input files must be forced to use a certain EOL signifier no matter what the OS wants.
# So we forcefully set any file that includes lf or crlf in its file extension to use the corresponding EOL.
*.lf.* text eol=lf
*.crlf.* text eol=crlf