- Moved the static resource creation logic to a new file `staticResources.ts` for better organization and separation of concerns.
- Introduced `createConfiguredAutumnOperationsMCPServer` in `createServer.ts` to encapsulate server creation logic and configuration.
- Updated `createAutumnOperationsMCPServer` in `server.ts` to utilize the new server creation function, simplifying the server instantiation process.
- Removed redundant code related to resource handling from `server.ts` to streamline the server setup.