Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,24 @@ uvx iowarp-mcps slurm

<img src="https://www.nsf.gov/themes/custom/nsf_theme/components/molecules/logo/logo-desktop.png" alt="NSF Logo" width="24" height="24"> **[NSF (National Science Foundation)](https://www.nsf.gov/)** - Supporting scientific computing research and AI integration initiatives

## Development & Publishing

### Testing Development Versions

Development versions are automatically published to TestPyPI on every commit to main:

```bash
# Install latest dev version from TestPyPI
uvx --index-url https://test.pypi.org/simple/ iowarp-mcps
```

### Creating Releases

```bash
git tag v1.2.3
git push origin v1.2.3
```

## Contributing

We welcome contributions in any form!
Expand Down
18 changes: 16 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,22 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: 'img/logo.svg',
// Enhanced metadata for social sharing
metadata: [
{name: 'description', content: 'Collection of Model Context Protocol (MCP) servers for scientific computing research. Enable AI agents to interact with data analysis tools, HPC resources, and research datasets.'},
{name: 'keywords', content: 'MCP, Model Context Protocol, scientific computing, AI agents, data analysis, HPC, research, IOWarp'},
{property: 'og:title', content: 'IOWarp MCPs - Scientific Computing Tools for AI'},
{property: 'og:description', content: 'Collection of Model Context Protocol servers for scientific computing research.'},
{property: 'og:image', content: 'https://iowarp.github.io/iowarp-mcps/img/iowarp_social_card.png'},
{property: 'og:image:width', content: '400'},
{property: 'og:image:height', content: '400'},
{name: 'twitter:card', content: 'summary_large_image'},
{name: 'twitter:title', content: 'IOWarp MCPs - Scientific Computing Tools for AI'},
{name: 'twitter:description', content: 'Collection of Model Context Protocol servers for scientific computing research.'},
{name: 'twitter:image', content: 'https://iowarp.github.io/iowarp-mcps/img/iowarp_social_card.png'},
],
// Social card for link previews
image: 'img/iowarp_social_card.png',
navbar: {
title: 'IOWarp MCPs',
logo: {
Expand Down
1 change: 1 addition & 0 deletions docs/static/img/iowarp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/static/img/iowarp_social_card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.