We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/mcp-ts-stdio-nasa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Release Notes - v0.2.0
**Release Date**: 2025-08-10
**npm Package**: [mcp-ts-stdio-nasa@0.2.0](https://www.npmjs.com/package/mcp-ts-stdio-nasa)
**GitHub Tag**: [v0.2.0](https://github.com/jezweb/mcp-ts-stdio-nasa/releases/tag/v0.2.0)
## π Major Features Added
### Resources Support
The server now provides URI-based access to NASA data through resources:
**Static Resources:**
- `nasa://config` - API configuration and status
- `nasa://missions/current` - Active NASA missions
- `nasa://neo/today` - Today's Near-Earth Objects
**Dynamic Resources (URI Templates):**
- `nasa://apod/{date}` - APOD for specific dates
- `nasa://rover/{rover}/latest` - Latest Mars rover photos
### Prompts Support
Pre-built interaction templates for common NASA data queries:
**Educational:**
- `explain-apod` - Generate educational APOD explanations with audience levels
**Analysis:**
- `space-weather-report` - Comprehensive space weather reports
- `asteroid-analysis` - NEO risk assessments
## Technical Implementation
### New Modules
- `/src/resources/` - Resource management system
- `static.resource.ts` - Static resource definitions
- `apod.resource.ts` - APOD dynamic resources
- `rover.resource.ts` - Mars rover resources
- `neo.resource.ts` - NEO resources
- `index.ts` - Resource registration and routing
- `/src/prompts/` - Prompt template system
- `education.prompt.ts` - Educational prompts
- `analysis.prompt.ts` - Analysis prompts
- `index.ts` - Prompt registration
### Server Updates
- Added resources and prompts capabilities to server initialization
- Implemented request handlers for:
- `ListResourcesRequestSchema`
- `ReadResourceRequestSchema`
- `ListPromptsRequestSchema`
- `GetPromptRequestSchema`
### Documentation Updates
- Created `/docs/api/resources.md` - Complete resources API documentation
- Created `/docs/api/prompts.md` - Complete prompts API documentation
- Updated architecture overview with new components
- Enhanced getting-started guide with v0.2.0 features
- Updated all version references
## Breaking Changes
None - Fully backward compatible with v0.1.0
## Statistics
- **Files Changed**: 15+
- **Lines Added**: ~650
- **New Features**: 2 (Resources, Prompts)
- **Static Resources**: 3
- **Dynamic Resources**: 2
- **Prompts**: 3
## Testing
- TypeScript compilation: β
Passing
- Server startup: β
Working
- NPX installation: β
Verified
- Claude Desktop: β
Compatible
## Known Issues
- ESLint warnings for async functions without await (non-critical)
- Some template literal type warnings (non-critical)
## Future Enhancements
- Add more dynamic resource templates
- Implement resource caching
- Add more educational prompts
- Create resource pagination support
- Add prompt customization options
## Contributors
- Jez (Jeremy Dawes) - jeremy@jezweb.net
## Deployment
Successfully published to npm registry on 2025-08-10.