Skip to content

Commit cbe64cb

Browse files
authored
Merge pull request #18 from adhocteam/update-project-name
Update project name on website
2 parents 52c54b5 + b53bced commit cbe64cb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Recreation MCP Server - GitHub Pages Site
1+
# OutdoorGPT - GitHub Pages Site
22

3-
This directory contains a simple, single-page website for the Recreation MCP Server project.
3+
This directory contains a simple, single-page website for the OutdoorGPT project.
44

55
## View Locally
66

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="description" content="Recreation MCP Server - Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data for Claude Desktop.">
7-
<title>Recreation MCP Server</title>
6+
<meta name="description" content="OutdoorGPT - Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data for Claude Desktop.">
7+
<title>OutdoorGPT</title>
88

99
<!-- Favicon -->
1010
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1111

1212
<!-- Open Graph / Facebook -->
1313
<meta property="og:type" content="website">
1414
<meta property="og:url" content="https://adhocteam.github.io/recreation-mcp-server/">
15-
<meta property="og:title" content="Recreation MCP Server">
15+
<meta property="og:title" content="OutdoorGPT">
1616
<meta property="og:description" content="Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data. 9 MCP tools for Claude Desktop and other AI assistants.">
1717
<meta property="og:image" content="https://adhocteam.github.io/recreation-mcp-server/social-preview.svg">
1818

1919
<!-- Twitter -->
2020
<meta property="twitter:card" content="summary_large_image">
2121
<meta property="twitter:url" content="https://adhocteam.github.io/recreation-mcp-server/">
22-
<meta property="twitter:title" content="Recreation MCP Server">
22+
<meta property="twitter:title" content="OutdoorGPT">
2323
<meta property="twitter:description" content="Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data. 9 MCP tools for Claude Desktop and other AI assistants.">
2424
<meta property="twitter:image" content="https://adhocteam.github.io/recreation-mcp-server/social-preview.svg">
2525

@@ -252,15 +252,15 @@
252252
<body>
253253
<div class="container">
254254
<header>
255-
<h1>🏕️ Recreation MCP Server</h1>
255+
<h1>🏕️ OutdoorGPT</h1>
256256
<p class="subtitle">Discover outdoor recreation opportunities using your favorite LLM tool</p>
257257
</header>
258258

259259
<main>
260260
<section>
261261
<h2>What is it?</h2>
262262
<p>
263-
Recreation MCP Server is a <strong>Model Context Protocol (MCP)</strong> server that enables
263+
OutdoorGPT is a <strong>Model Context Protocol (MCP)</strong> server that enables
264264
AI assistants like Claude to help you discover and plan outdoor recreation activities.
265265
It integrates three powerful APIs for information on national parks, recreation activities, and weather information into a single, AI-friendly interface.
266266
</p>

docs/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Recreation MCP Server
1+
# OutdoorGPT
22

33
## Project Overview
4-
The Recreation MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to help users discover and plan outdoor recreation activities. It integrates three APIs: National Park Service, Recreation.gov, and OpenWeatherMap.
4+
OutdoorGPT is a Model Context Protocol (MCP) server that enables AI assistants to help users discover and plan outdoor recreation activities. It integrates three APIs: National Park Service, Recreation.gov, and OpenWeatherMap.
55

66
## Key Features
77
- 9 MCP tools for outdoor recreation discovery

docs/social-preview.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)