diff --git a/README.md b/README.md index 88cad6b..a1c295d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ ## Note: This is an experimental project that is actively being developed and tested - features may change without notice +

+ + ToolHive logo + + + + ToolHive wordmark + + + ToolHive mascot + +

+ [![License: Apache 2.0][license-img]][license] [![Discord][discord-img]][discord] @@ -437,7 +450,7 @@ For detailed information about the project: - **Language**: TypeScript (strict mode) - **UI**: React 19 + shadcn/ui + Tailwind CSS 4 - **Auth**: Better Auth (OIDC) -- **API Client**: hey-api + React Query +- **API Client**: hey-api - **Testing**: Vitest + Testing Library - **Linting**: Biome diff --git a/docs/images/512.png b/docs/images/512.png new file mode 100644 index 0000000..b1e3fa2 Binary files /dev/null and b/docs/images/512.png differ diff --git a/docs/images/toolhive-wordmark-black.png b/docs/images/toolhive-wordmark-black.png new file mode 100644 index 0000000..5d4891d Binary files /dev/null and b/docs/images/toolhive-wordmark-black.png differ diff --git a/docs/images/toolhive-wordmark-white.png b/docs/images/toolhive-wordmark-white.png new file mode 100644 index 0000000..ed95b54 Binary files /dev/null and b/docs/images/toolhive-wordmark-white.png differ diff --git a/docs/images/toolhive.png b/docs/images/toolhive.png new file mode 100644 index 0000000..5d4891d Binary files /dev/null and b/docs/images/toolhive.png differ diff --git a/src/app/catalog/components/server-card.tsx b/src/app/catalog/components/server-card.tsx index 3ed26c1..a7c891e 100644 --- a/src/app/catalog/components/server-card.tsx +++ b/src/app/catalog/components/server-card.tsx @@ -41,7 +41,9 @@ export function ServerCard({ server, serverUrl, onClick }: ServerCardProps) {

{description || "No description available"}

- {serverUrl && } + {serverUrl && ( + + )} );