Skip to content
Merged
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
6 changes: 3 additions & 3 deletions rss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,11 +784,11 @@ <h2 class="text-xl sm:text-2xl font-bold text-gray-900 mb-1">
<code
class="flex-1 text-xs sm:text-sm text-gray-700 bg-gray-50 px-3 py-2 rounded-lg overflow-x-auto whitespace-nowrap"
>
https://mcp.tokenbel.info/server.json
https://mcp.tokenbel.info/mcp
</code>
<div class="flex gap-2">
<button
@click="navigator.clipboard.writeText('https://mcp.tokenbel.info/server.json'); copied = 'mcp'; setTimeout(() => copied = null, 2000)"
@click="navigator.clipboard.writeText('https://mcp.tokenbel.info/mcp'); copied = 'mcp'; setTimeout(() => copied = null, 2000)"
class="flex-1 sm:flex-none inline-flex items-center justify-center gap-1.5 px-3 py-2 bg-purple-600 text-white text-sm font-medium rounded-lg hover:bg-purple-700 transition-colors"
>
<svg
Expand Down Expand Up @@ -826,7 +826,7 @@ <h2 class="text-xl sm:text-2xl font-bold text-gray-900 mb-1">
>
</button>
<a
href="https://mcp.tokenbel.info/server.json"
href="https://mcp.tokenbel.info/mcp"
target="_blank"
rel="noopener"
class="inline-flex items-center justify-center px-3 py-2 border border-purple-200 text-purple-600 text-sm font-medium rounded-lg hover:bg-purple-50 transition-colors"
Expand Down
Loading