diff --git a/connectors/trpc/.gitignore b/connectors/trpc-adapter/.gitignore similarity index 100% rename from connectors/trpc/.gitignore rename to connectors/trpc-adapter/.gitignore diff --git a/connectors/trpc/.npmignore b/connectors/trpc-adapter/.npmignore similarity index 100% rename from connectors/trpc/.npmignore rename to connectors/trpc-adapter/.npmignore diff --git a/connectors/trpc/README.md b/connectors/trpc-adapter/README.md similarity index 94% rename from connectors/trpc/README.md rename to connectors/trpc-adapter/README.md index 1d23a57f..8363f6c5 100644 --- a/connectors/trpc/README.md +++ b/connectors/trpc-adapter/README.md @@ -4,7 +4,8 @@ # tRPC Adapter for Inferable -![npm version](https://badge.fury.io/js/@inferable/trpc-adapter.svg) +![NPM Version](https://img.shields.io/npm/v/%40inferable%2Ftrpc-adapter?color=32CD32) +[![Documentation](https://img.shields.io/badge/docs-inferable.ai-brightgreen)](https://docs.inferable.ai/) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) The Inferable tRPC Adapter allows you to expose your existing tRPC router endpoints as Inferable functions. This enables AI agents to interact with your tRPC API while preserving all your existing middleware and type safety. diff --git a/connectors/trpc/eslint.config.mjs b/connectors/trpc-adapter/eslint.config.mjs similarity index 100% rename from connectors/trpc/eslint.config.mjs rename to connectors/trpc-adapter/eslint.config.mjs diff --git a/connectors/trpc/eslintrc.json b/connectors/trpc-adapter/eslintrc.json similarity index 100% rename from connectors/trpc/eslintrc.json rename to connectors/trpc-adapter/eslintrc.json diff --git a/connectors/trpc/jest.config.js b/connectors/trpc-adapter/jest.config.js similarity index 100% rename from connectors/trpc/jest.config.js rename to connectors/trpc-adapter/jest.config.js diff --git a/connectors/trpc/package-lock.json b/connectors/trpc-adapter/package-lock.json similarity index 100% rename from connectors/trpc/package-lock.json rename to connectors/trpc-adapter/package-lock.json diff --git a/connectors/trpc/package.json b/connectors/trpc-adapter/package.json similarity index 100% rename from connectors/trpc/package.json rename to connectors/trpc-adapter/package.json diff --git a/connectors/trpc/src/index.ts b/connectors/trpc-adapter/src/index.ts similarity index 100% rename from connectors/trpc/src/index.ts rename to connectors/trpc-adapter/src/index.ts diff --git a/connectors/trpc/src/test.ts b/connectors/trpc-adapter/src/test.ts similarity index 100% rename from connectors/trpc/src/test.ts rename to connectors/trpc-adapter/src/test.ts diff --git a/connectors/trpc/tsconfig.json b/connectors/trpc-adapter/tsconfig.json similarity index 100% rename from connectors/trpc/tsconfig.json rename to connectors/trpc-adapter/tsconfig.json