We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chidvilas1234/Project-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
sample_note.md•257 B
# Sample Note
This is a sample markdown file that you can edit through Kiro chat.
## Tasks
- [ ] Edit this file through Kiro
- [ ] Add more content
- [ ] Test file operations
## Code Example
```python
def hello_world():
print("Hello from Kiro!")
```