We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/espn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.mdβ’3.01 KiB
# Pull Request
## π Description
<!-- Provide a brief description of the changes introduced by this PR -->
## π§ Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] π Bug fix (non-breaking change which fixes an issue)
- [ ] β¨ New feature (non-breaking change which adds functionality)
- [ ] π₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] π Documentation update
- [ ] π¨ Code style/formatting changes
- [ ] β»οΈ Refactoring (no functional changes)
- [ ] β‘ Performance improvements
- [ ] π§ͺ Tests
- [ ] π§ Build/CI changes
## π Related Sport/League (if applicable)
<!-- Mark any sports/leagues that are affected by this change -->
- [ ] π NFL
- [ ] π College Football
- [ ] π NBA
- [ ] π WNBA
- [ ] π College Basketball (Men's/Women's)
- [ ] βΎ MLB
- [ ] βΎ College Baseball
- [ ] π NHL
- [ ] β½ Soccer (MLS/Premier League/Champions League)
- [ ] N/A - General server functionality
## π Changes Made
<!-- List the specific changes made in this PR -->
-
-
-
## π§ͺ Testing
<!-- Describe how you tested your changes -->
- [ ] Tested locally with STDIO transport
- [ ] Tested locally with HTTP transport
- [ ] Tested with MCP client (Claude Desktop, etc.)
- [ ] Tested specific tools/endpoints affected
- [ ] Added/updated unit tests
- [ ] Verified no breaking changes to existing functionality
### Test Results
<!-- Provide any relevant test outputs or screenshots -->
```
# Test commands run and results
npm run build
npm start
# etc.
```
## π Documentation
<!-- Mark any documentation that was updated -->
- [ ] Updated README.md
- [ ] Updated code comments
- [ ] Updated tool schemas/descriptions
- [ ] Updated examples
- [ ] No documentation changes needed
## β Checklist
<!-- Mark all applicable items -->
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new TypeScript errors
- [ ] I have tested my changes thoroughly
- [ ] Any dependent changes have been merged and published
## π Related Issues
<!-- Link any related issues using "Fixes #123" or "Closes #123" -->
- Fixes #
- Related to #
## πΈ Screenshots (if applicable)
<!-- Add screenshots or recordings if your changes affect the UI or output -->
## π Deployment Notes
<!-- Any special deployment considerations -->
- [ ] No special deployment steps required
- [ ] Requires environment variable updates
- [ ] Requires dependency updates
- [ ] Breaking changes requiring version bump
## π€ Additional Context
<!-- Add any other context about the pull request here -->
---
### For Reviewers
<!-- Help reviewers understand what to focus on -->
**Focus Areas:**
- [ ] Code quality and style
- [ ] Performance implications
- [ ] Breaking changes
- [ ] Test coverage
- [ ] Documentation accuracy
- [ ] ESPN API integration
- [ ] MCP specification compliance